Description
Fetch the documents selected in the selection list passed as a parameter. If the list name is empty, the current folder selection list is used.
Operation id | Seam.GetDocumentsFromSelectionList |
Category | Fetch |
Label | UI Selected documents from list |
Requires | Seam |
Since | |
Parameters
Signature
Inputs | void |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "Seam.GetDocumentsFromSelectionList",
"label" : "UI Selected documents from list",
"category" : "Fetch",
"requires" : "Seam",
"description" : "Fetch the documents selected in the selection list passed as a parameter. If the list name is empty, the current folder selection list is used.",
"url" : "Seam.GetDocumentsFromSelectionList",
"signature" : [ "void", "documents" ],
"params" : [ {
"name" : "listName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}